Webex Teams

Parameters

The Webex Teams notification service configuration includes following settings:

  • token - the app token

Configuration

  1. Create a Webex Bot
  2. Copy the bot access token and store it in the argocd-notifications-secret Secret and configure Webex Teams integration in argocd-notifications-cm ConfigMap

    1. apiVersion: v1
    2. kind: Secret
    3. metadata:
    4. name: <secret-name>
    5. stringData:
    6. webex-token: <bot access token>
    1. apiVersion: v1
    2. kind: ConfigMap
    3. metadata:
    4. name: argocd-notifications-cm
    5. data:
    6. service.webex: |
    7. token: $webex-token
  3. Create subscription for your Webex Teams integration

    1. apiVersion: argoproj.io/v1alpha1
    2. kind: Application
    3. metadata:
    4. annotations:
    5. notifications.argoproj.io/subscribe.<trigger-name>.webex: <personal email or room id>